home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / binding / IWatcherSetupUtil.as < prev    next >
Text File  |  2008-10-29  |  184b  |  10 lines

  1. package mx.binding
  2. {
  3.    public interface IWatcherSetupUtil
  4.    {
  5.        
  6.       
  7.       function setup(param1:Object, param2:Function, param3:Array, param4:Array) : void;
  8.    }
  9. }
  10.